DataSource FTP
The FTP DataSource facilitates access to files and directories hosted on an FTP server. It efficiently handles file transfers through the File Transfer Protocol (FTP), offering the following main features:
-
Reading files or generating full directory listings upon request.
-
Supporting typical FTP operations like directory creation, file copying, moving, renaming, and deletion.
-
Enabling file locking.
-
Providing file matching functionality.
-
Sharing a design consistent with the File and FTP DataSources.
Engaging in Practical Implementation
Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working
- Click On the Connection Properties
- Select the DataSource Type from drop down
- Provide the Credentials
- Click on Submit to save the Credentials
- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
;
Fields | Description | Example |
---|---|---|
DataSource Name | Datasource Name which is configured in connections properties | ftpcall |
DataSource Type | FTP | FTP |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Host | A hostname is a domain name assigned to a host computer | localhost |
Port | A port is a virtual point where network connections start and end. | 12*** |
User Name | A name that uses for identification purposes when logging | Atdev |
Password | A password is a string of characters used to verify the identity of a user during the authentication process | 12*** |